serial: Seperate the PCI device ids and parameters (v1)
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 7 Mar 2014 17:44:30 +0000 (12:44 -0500)
committerKeir Fraser <keir@xen.org>
Thu, 13 Mar 2014 10:21:24 +0000 (10:21 +0000)
commit6ab1e4a9325a0835818b002a45505be37e644787
treeef1e9dabfeefd87b55167b5423c0601eb04ca32b
parent70e46c9c141ce3b0a49b6b8007938ea415e4af80
serial: Seperate the PCI device ids and parameters (v1)

This will allow us to re-use the parameters for multiple PCI
devices.

No functional change.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
[v1: s/nr/idx/ of the enum, use __initconst and const by Jan's review]
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/char/ns16550.c